home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2001
/
MacHack 2001.toast
/
pc
/
The Hacks
/
Unprotected Memory
/
MyProcessWorker.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-06-23
|
194 b
|
15 lines
#import <Foundation/Foundation.h>
@interface MyProcessWorker : NSObject
{
pid_t myLastSeenPID;
int myCrashCount;
}
- (id)init;
- (void)walkProcessList;
- (void)myThreadMain:(id)arg;
@end